Skip to content

Conversation

@ramin4667
Copy link
Collaborator

Description

Issue linked

Checklist

Please complete the following checklist before submitting your pull request:

  • I have followed the example template and guide lines to add/update an example.
  • I have tested the example locally and verified that it is working with the latest version of AEDT.
  • I have verified that these changes to the best of my knowledge do not introduce any security vulnerabilities.

@github-actions github-actions bot added the documentation Improvements or additions to documentation label Oct 10, 2025
@ramin4667 ramin4667 requested a review from myoung301 October 10, 2025 17:37
@myoung301
Copy link
Collaborator

@ramin4667 I see this error when I try to run the example:

image

Do you know what might cause this? I tried 25R2 and 26R1 and get the same error both ways.

@ramin4667
Copy link
Collaborator Author

ramin4667 commented Oct 11, 2025

@myoung301, There is a bug in the DLL file for bandpass filters, which has been fixed in a recent branch and is pending merge into the release branch. I may need to change the filter class in this example to avoid the error.

Copy link
Collaborator

@myoung301 myoung301 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@ramin4667 I see the deprecation warning below when I run the example. Can we make the suggested change to resolve this warning?

PyAEDT ERROR: Unable to set props.
PyAEDT INFO: Solution Data Correctly Loaded.
Time to initialize solution data:0.2152879238128662
Time to initialize solution data:0.3347475528717041
C:\AnsysDev\ws1\pyaedt\src\ansys\aedt\core\visualization\post\solution_data.py:535: UserWarning: Method `data_db20` is deprecated. Use :func:`get_expression_data` property instead.
  warnings.warn("Method `data_db20` is deprecated. Use :func:`get_expression_data` property instead.")
PyAEDT INFO: Desktop has been released.

@ramin4667
Copy link
Collaborator Author

@ramin4667 I see the deprecation warning below when I run the example. Can we make the suggested change to resolve this warning?

PyAEDT ERROR: Unable to set props.
PyAEDT INFO: Solution Data Correctly Loaded.
Time to initialize solution data:0.2152879238128662
Time to initialize solution data:0.3347475528717041
C:\AnsysDev\ws1\pyaedt\src\ansys\aedt\core\visualization\post\solution_data.py:535: UserWarning: Method `data_db20` is deprecated. Use :func:`get_expression_data` property instead.
  warnings.warn("Method `data_db20` is deprecated. Use :func:`get_expression_data` property instead.")
PyAEDT INFO: Desktop has been released.

@myoung301 Updated to remove error and warning.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants